Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 6a3eb8a

Commit 6a3eb8a1e37aaf8dde4b3c724b07f84816d29c9d


Parents : 6cb30d7
Author : Mark Qvist <mark@adepta.io>
Date : 2018-04-26T00:59:46+02:00

AX.25 interface updates

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py
index 7a6fc272..d118b01a 100644
--- a/RNS/Interfaces/AX25KISSInterface.py
+++ b/RNS/Interfaces/AX25KISSInterface.py
@@ -253,7 +253,7 @@ class AX25KISSInterface(Interface):
in_frame = True
command = KISS.CMD_UNKNOWN
data_buffer = ""
- elif (in_frame and len(data_buffer) < RNS.Reticulum.MTU+AX25.OVERHEAD):
+ elif (in_frame and len(data_buffer) < RNS.Reticulum.MTU+AX25.HEADER_SIZE):
if (len(data_buffer) == 0 and command == KISS.CMD_UNKNOWN):
# We only support one HDLC port for now, so
# strip off the port nibble

Served by rngit 1.5.2 - Generated in 0.03s